home *** CD-ROM | disk | FTP | other *** search
/ Cubase Magazine 38 / Issue #38.iso / 2-SOFTWARE / CRUSHERX-LIVE 2.37D / cxlSetup237.exe / grannerX VST / grannerX.dll / 0 / RCDATA / TFREGINPUT / TFREGINPUT.txt
Text File  |  2001-08-08  |  4KB  |  200 lines

  1. object fRegInput: TfRegInput
  2.   Left = 242
  3.   Top = 133
  4.   BorderStyle = bsDialog
  5.   Caption = 'Register'
  6.   ClientHeight = 392
  7.   ClientWidth = 502
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object iRose: TImage
  21.     Left = 0
  22.     Top = 0
  23.     Width = 502
  24.     Height = 392
  25.     Align = alClient
  26.     AutoSize = True
  27.     Stretch = True
  28.   end
  29.   object pName: TPanel
  30.     Left = 14
  31.     Top = 36
  32.     Width = 475
  33.     Height = 141
  34.     BevelInner = bvLowered
  35.     BevelOuter = bvNone
  36.     TabOrder = 0
  37.     object lFName: TLabel
  38.       Left = 68
  39.       Top = 8
  40.       Width = 304
  41.       Height = 13
  42.       Caption = 
  43.         'Please enter your &First Name (that you used on registration) he' +
  44.         're:'
  45.       FocusControl = eFirstName
  46.     end
  47.     object lLName: TLabel
  48.       Left = 68
  49.       Top = 48
  50.       Width = 305
  51.       Height = 13
  52.       Caption = 
  53.         'Please enter your &Last Name (that you used on registration) her' +
  54.         'e:'
  55.       FocusControl = eLastName
  56.     end
  57.     object lNumber: TLabel
  58.       Left = 68
  59.       Top = 92
  60.       Width = 190
  61.       Height = 13
  62.       Caption = 'Please enter your Licence &Number here:'
  63.       FocusControl = eNumber
  64.     end
  65.     object lStep1: TLabel
  66.       Left = 8
  67.       Top = 8
  68.       Width = 42
  69.       Height = 13
  70.       Caption = 'Step 1:'
  71.       Font.Charset = DEFAULT_CHARSET
  72.       Font.Color = clWindowText
  73.       Font.Height = -11
  74.       Font.Name = 'MS Sans Serif'
  75.       Font.Style = [fsBold]
  76.       ParentFont = False
  77.       Transparent = True
  78.     end
  79.     object eFirstName: TEdit
  80.       Left = 68
  81.       Top = 24
  82.       Width = 337
  83.       Height = 21
  84.       TabOrder = 0
  85.     end
  86.     object eLastName: TEdit
  87.       Left = 68
  88.       Top = 64
  89.       Width = 337
  90.       Height = 21
  91.       TabOrder = 1
  92.     end
  93.     object eNumber: TEdit
  94.       Left = 68
  95.       Top = 108
  96.       Width = 37
  97.       Height = 21
  98.       MaxLength = 4
  99.       TabOrder = 2
  100.     end
  101.   end
  102.   object pSerial: TPanel
  103.     Left = 14
  104.     Top = 188
  105.     Width = 475
  106.     Height = 60
  107.     BevelInner = bvLowered
  108.     BevelOuter = bvNone
  109.     TabOrder = 1
  110.     object lSnr: TLabel
  111.       Left = 68
  112.       Top = 8
  113.       Width = 248
  114.       Height = 13
  115.       Caption = 'Please enter your &Key (personal Serial Number) here:'
  116.       FocusControl = eReg
  117.     end
  118.     object lStep2: TLabel
  119.       Left = 8
  120.       Top = 8
  121.       Width = 42
  122.       Height = 13
  123.       Caption = 'Step 2:'
  124.       Font.Charset = DEFAULT_CHARSET
  125.       Font.Color = clWindowText
  126.       Font.Height = -11
  127.       Font.Name = 'MS Sans Serif'
  128.       Font.Style = [fsBold]
  129.       ParentFont = False
  130.     end
  131.     object eReg: TEdit
  132.       Left = 68
  133.       Top = 24
  134.       Width = 337
  135.       Height = 21
  136.       TabOrder = 0
  137.     end
  138.     object bPaste: TButton
  139.       Left = 412
  140.       Top = 24
  141.       Width = 49
  142.       Height = 21
  143.       Caption = '&Paste'
  144.       TabOrder = 1
  145.       OnClick = bPasteClick
  146.     end
  147.   end
  148.   object pStep3: TPanel
  149.     Left = 14
  150.     Top = 260
  151.     Width = 475
  152.     Height = 117
  153.     BevelInner = bvLowered
  154.     BevelOuter = bvNone
  155.     TabOrder = 2
  156.     object lStep3: TLabel
  157.       Left = 8
  158.       Top = 8
  159.       Width = 42
  160.       Height = 13
  161.       Caption = 'Step 3:'
  162.       Font.Charset = DEFAULT_CHARSET
  163.       Font.Color = clWindowText
  164.       Font.Height = -11
  165.       Font.Name = 'MS Sans Serif'
  166.       Font.Style = [fsBold]
  167.       ParentFont = False
  168.     end
  169.     object lNote: TLabel
  170.       Left = 8
  171.       Top = 56
  172.       Width = 453
  173.       Height = 33
  174.       AutoSize = False
  175.       Caption = 
  176.         'Note: If your key will not work with this version, please use th' +
  177.         'e following update form to receive a new version or key:'
  178.       WordWrap = True
  179.     end
  180.     object bReg: TButton
  181.       Left = 68
  182.       Top = 19
  183.       Width = 337
  184.       Height = 25
  185.       Caption = '&Click here to have unlimited features!'
  186.       ModalResult = 6
  187.       TabOrder = 0
  188.     end
  189.   end
  190.   object lang: TbsLanguage
  191.     bsLanguageFile1 = 'english.lng'
  192.     bsLanguageFile2 = 'german.lng'
  193.     bsLanguageFile3 = 'french.lng'
  194.     bsExpectedProbs = 0
  195.     bsLanguageIndex = 0
  196.     Left = 384
  197.     Top = 4
  198.   end
  199. end
  200.